body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
  font: 14px/24px Arial, '\5B8B\4F53', sans-serif;
  color: #333;
}

article,
iframe {
  display: block;
  border: 0;
}

ul,
li {
  list-style: none;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #e4393c;
  text-decoration: underline;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.bold {
  font-weight: bold;
}

.normal {
  font-weight: normal;
}

h1 {
  font-size: 20px;
}

h2 {
  font-size: 20px;
  font-weight: bold;
}

h3 {
  font-size: 16px;
}

.text-regular {
  font-size: 14px;
}

.text-small {
  font-size: 13px;
}

.text-smaller {
  font-size: 12px;
}

.color-dark-light {
  color: #99a9bf;
}

.background-dark-light {
  color: #f1f1f1;
}

/**Emelent UI Style Override**/

.el-dialog__body {
  padding: 20px 10px;
}

/* lowindy ui */

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid #ddd;
  outline: none;
}

.size-12 {
  font-size: 12px;
}

.size-13 {
  font-size: 13px;
}

.size-14 {
  font-size: 14px;
}

.size-16 {
  font-size: 16px;
}

.size-18 {
  font-size: 18px;
}

.size-20 {
  font-size: 20px;
}

.size-22 {
  font-size: 22px;
}

.size-24 {
  font-size: 24px;
}

.size-26 {
  font-size: 26px;
}

.size-28 {
  font-size: 28px;
}

.size-30 {
  font-size: 30px;
}

.size-34 {
  font-size: 34px;
}

.size-38 {
  font-size: 38px;
}

.size-42 {
  font-size: 42px;
}

.size-46 {
  font-size: 46px;
}

.size-50 {
  font-size: 50px;
}

.size-60 {
  font-size: 60px;
}

.size-70 {
  font-size: 70px;
}

.size-80 {
  font-size: 80px;
}

.size-90 {
  font-size: 90px;
}

.size-100 {
  font-size: 100px;
}

.color-red {
  color: #dc3439;
}

.color-green {
  color: #1aad19;
}

.color-yellow {
  color: #ffcc00;
}

.color-blue {
  color: #409eff;
}

.color-gray {
  color: #888888;
}

.color-999 {
  color: #999999;
}

.color-777 {
  color: #777;
}

.color-666 {
  color: #666666;
}

.color-333 {
  color: #333333;
}

.color-white {
  color: #ffffff;
}

.color-aaa {
  color: #aaaaaa;
}

.color-bbb {
  color: #bbbbbb;
}

.color-ccc {
  color: #cccccc;
}

.color-ddd {
  color: #dddddd;
}

.bg-f8 {
  background-color: #f8f8f8;
}

.bg-red {
  background-color: #ff3854;
}

.bg-green {
  background-color: #1aad19;
}

.bg-yellow {
  background-color: #ffcc00;
}

.bg-blue {
  background-color: #409eff;
}

.bg-gray {
  background-color: #eeeeee;
}

.bg-ddd {
  background-color: #dddddd;
}

.bg-white {
  background-color: #ffffff;
}

.bg-black {
  background-color: #333333;
}

.block {
  display: block;
}

.line-block {
  display: inline-block;
}

.hidden {
  display: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clear-box:before,
.clear-box:after {
  display: table;
  content: ' ';
  clear: both;
}

.radius-3 {
  border-radius: 3px;
}

.radius-5 {
  border-radius: 5px;
}

.radius-8 {
  border-radius: 8px;
}

.radius-10 {
  border-radius: 10px;
}

.radius-15 {
  border-radius: 15px;
}

.radius-20 {
  border-radius: 20px;
}

.radius-25 {
  border-radius: 25px;
}

.radius-30 {
  border-radius: 30px;
}

.radius-35 {
  border-radius: 35px;
}

.radius-r {
  border-radius: 50%;
}

.height-30 {
  height: 30px;
}

.height-40 {
  height: 40px;
}

.height-50 {
  height: 50px;
}

.height-60 {
  height: 60px;
}

.height-70 {
  height: 70px;
}

.height-80 {
  height: 80px;
}

.height-90 {
  height: 90px;
}

.height-100 {
  height: 100px;
}

.lineh-30 {
  line-height: 30px;
  height: 30px;
}

.lineh-36 {
  line-height: 36px;
  height: 36px;
}

.lineh-40 {
  line-height: 40px;
  height: 40px;
}

.lineh-45 {
  line-height: 45px;
  height: 45px;
}

.lineh-50 {
  line-height: 50px;
  height: 50px;
}

.lineh-60 {
  line-height: 60px;
  height: 60px;
}

.lineh-56 {
  line-height: 56px;
  height: 56px;
}

.lineh-70 {
  line-height: 70px;
  height: 70px;
}

.lineh-80 {
  line-height: 80px;
  height: 80px;
}

.lineh-90 {
  line-height: 90px;
  height: 90px;
}

.lineh-100 {
  line-height: 100px;
  height: 100px;
}

/***width***/

.awidth {
  width: 1100px;
  margin: 0 auto;
}

.width-40 {
  width: 40px;
}

.width-50 {
  width: 50px;
}

.width-60 {
  width: 60px;
}

.width-70 {
  width: 70px;
}

.width-80 {
  width: 80px;
}

.width-90 {
  width: 90px;
}

.width-100 {
  width: 100px;
}

.width-110 {
  width: 110px;
}

.width-120 {
  width: 120px;
}

.width-130 {
  width: 130px;
}

.width-140 {
  width: 140px;
}

.width-150 {
  width: 150px;
}

.width-160 {
  width: 160px;
}

.width-200 {
  width: 200px;
}

.width-260 {
  width: 260px;
}

.width-320 {
  width: 320px;
}

.width-420 {
  width: 420px;
}

.width-520 {
  width: 520px;
}

.width-640 {
  width: 640px;
}

.width-750 {
  width: 780px;
}

.width-860 {
  width: 860px;
}

.width-1024 {
  width: 1024px;
}

.width-1280 {
  width: 1280px;
}

.width-1366 {
  width: 1366px;
}

.width-1600 {
  width: 1600px;
}

.maxwidth-640 {
  max-width: 640px;
}

.maxwidth-750 {
  max-width: 780px;
}

.maxwidth-860 {
  max-width: 860px;
}

.maxwidth-1024 {
  max-width: 1024px;
}

.maxwidth-1280 {
  max-width: 1280px;
}

.maxwidth-1366 {
  max-width: 1366px;
}

.maxwidth-1600 {
  max-width: 1600px;
}

.minwidth-640 {
  min-width: 640px;
}

.minwidth-750 {
  min-width: 780px;
}

.minwidth-860 {
  min-width: 860px;
}

.minwidth-980 {
  min-width: 980px;
}

.minwidth-1024 {
  min-width: 1024px;
}

.minwidth-1280 {
  min-width: 1280px;
}

.minwidth-1366 {
  min-width: 1366px;
}

.minwidth-1600 {
  min-width: 1600px;
}

.width-full {
  width: 100%;
}

/**PADDING MARGIN***/

.m-all {
  margin: 15px;
}

.m-all-10 {
  margin: 10px;
}

.m-all-5 {
  margin: 5px;
}

.m-t {
  margin-top: 15px;
}

.m-b {
  margin-bottom: 15px;
}

.m-l {
  margin-left: 15px;
}

.m-r {
  margin-right: 15px;
}

.m-20 {
  margin: 20px;
}

.m-15 {
  margin: 15px;
}

.m-10 {
  margin: 10px;
}

.m-5 {
  margin: 5px;
}

.m-2 {
  margin: 2px;
}

.m-n {
  margin: 0;
}

.m-l-20 {
  margin-left: 20px;
}

.m-l-15 {
  margin-left: 15px;
}

.m-l-10 {
  margin-left: 10px;
}

.m-l-5 {
  margin-left: 5px;
}

.m-l-2 {
  margin-left: 2px;
}

.m-l-n {
  margin-left: 0;
}

.m-l--1 {
  margin-left: -1px;
}

.m-r-20 {
  margin-right: 20px;
}

.m-r-15 {
  margin-right: 15px;
}

.m-r-10 {
  margin-right: 10px;
}

.m-r-5 {
  margin-right: 5px;
}

.m-r-2 {
  margin-right: 2px;
}

.m-r-n {
  margin-right: 0px;
}

.m-r--1 {
  margin-right: -1px;
}

.m-t-20 {
  margin-top: 20px;
}

.m-t-15 {
  margin-top: 15px;
}

.m-t-10 {
  margin-top: 10px;
}

.m-t-5 {
  margin-top: 5px;
}

.m-t-2 {
  margin-top: 2px;
}

.m-t-n {
  margin-top: 0;
}

.m-t--1 {
  margin-top: -1px;
}

.m-b-20 {
  margin-bottom: 20px;
}

.m-b-15 {
  margin-bottom: 15px;
}

.m-b-10 {
  margin-bottom: 10px;
}

.m-b-5 {
  margin-bottom: 5px;
}

.m-b-2 {
  margin-bottom: 2px;
}

.m-b-n {
  margin-bottom: 0;
}

.m-b--1 {
  margin-bottom: -1px;
}

.m-tb-20 {
  margin-bottom: 20px;
  margin-top: 20px;
}

.m-tb-15 {
  margin-bottom: 15px;
  margin-top: 15px;
}

.m-tb-10 {
  margin-bottom: 10px;
  margin-top: 10px;
}

.m-tb-5 {
  margin-bottom: 5px;
  margin-top: 5px;
}

.m-tb-2 {
  margin-bottom: 2px;
  margin-top: 2px;
}

.m-tb-n {
  margin-bottom: 0;
  margin-top: 0;
}

.m-lr-20 {
  margin-left: 20px;
  margin-right: 20px;
}

.m-lr-15 {
  margin-left: 15px;
  margin-right: 15px;
}

.m-lr-10 {
  margin-left: 10px;
  margin-right: 10px;
}

.m-lr-5 {
  margin-left: 5px;
  margin-right: 5px;
}

.m-lr-2 {
  margin-left: 2px;
  margin-right: 2px;
}

.m-lr-n {
  margin-left: 0;
  margin-right: 0;
}

.m-a {
  margin: 0 auto;
}

.p-all {
  padding: 15px;
}

.p-all-10 {
  padding: 10px;
}

.p-all-5 {
  padding: 5px;
}

.p-20 {
  padding: 20px;
}

.p-15 {
  padding: 15px;
}

.p-10 {
  padding: 10px;
}

.p-5 {
  padding: 5px;
}

.p-2 {
  padding: 2px;
}

.p-n {
  padding: 0;
}

.p-t {
  padding-top: 15px;
}

.p-b {
  padding-bottom: 15px;
}

.p-l {
  padding-left: 15px;
}

.p-r {
  padding-right: 15px;
}

.p-l-20 {
  padding-left: 20px;
}

.p-l-15 {
  padding-left: 15px;
}

.p-l-10 {
  padding-left: 10px;
}

.p-l-5 {
  padding-left: 5px;
}

.p-l-2 {
  padding-left: 2px;
}

.p-l-n {
  padding-left: 0;
}

.p-r-20 {
  padding-right: 20px;
}

.p-r-15 {
  padding-right: 15px;
}

.p-r-10 {
  padding-right: 10px;
}

.p-r-5 {
  padding-right: 5px;
}

.p-r-2 {
  padding-right: 2px;
}

.p-r-n {
  padding-right: 0px;
}

.p-t-20 {
  padding-top: 20px;
}

.p-t-15 {
  padding-top: 15px;
}

.p-t-10 {
  padding-top: 10px;
}

.p-t-5 {
  padding-top: 5px;
}

.p-t-2 {
  padding-top: 2px;
}

.p-t-n {
  padding-top: 0;
}

.p-b-20 {
  padding-bottom: 20px;
}

.p-b-15 {
  padding-bottom: 15px;
}

.p-b-10 {
  padding-bottom: 10px;
}

.p-b-5 {
  padding-bottom: 5px;
}

.p-b-2 {
  padding-bottom: 2px;
}

.p-b-n {
  padding-bottom: 0;
}

.p-tb-20 {
  padding-bottom: 20px;
  padding-top: 20px;
}

.p-tb-15 {
  padding-bottom: 15px;
  padding-top: 15px;
}

.p-tb-10 {
  padding-bottom: 10px;
  padding-top: 10px;
}

.p-tb-5 {
  padding-bottom: 5px;
  padding-top: 5px;
}

.p-tb-2 {
  padding-bottom: 2px;
  padding-top: 2px;
}

.p-tb-n {
  padding-bottom: 0;
  padding-top: 0;
}

.p-lr-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.p-lr-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.p-lr-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.p-lr-5 {
  padding-left: 5px;
  padding-right: 5px;
}

.p-lr-2 {
  padding-left: 2px;
  padding-right: 2px;
}

.p-lr-n {
  padding-left: 0;
  padding-right: 0;
}

.border-top {
  border-top-width: 1px;
  border-top-style: solid;
}

.border-bottom {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.border-color-ccc {
  border-color: #ccc;
}

.border-color-ddd {
  border-color: #ddd;
}

.border-color-eee {
  border-color: #eee;
}

.border-ddd {
  border: 1px solid #ddd;
}

.border-ccc {
  border: 1px solid #ccc;
}

.border-eee {
  border: 1px solid #eee;
}

.menu {
  background: #dc3439;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

#cssmenu:after,
#cssmenu>ul:after {
  content: '.';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

#cssmenu #menu-button {
  display: none;
}

#cssmenu {
  line-height: 1;
  background: #dc3439;
  width: 1100px;
  height: 50px;
  margin: 0 auto;
}

#menu-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  background: #d1751b;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

#cssmenu>ul>li {
  float: left;
  height: 50px;
  position: relative;
}

#cssmenu.align-center>ul {
  font-size: 0;
  text-align: center;
}

#cssmenu.align-center>ul>li {
  display: inline-block;
  float: none;
}

#cssmenu.align-center ul ul {
  text-align: left;
}

#cssmenu.align-right>ul>li {
  float: right;
}

#cssmenu.align-right ul ul {
  text-align: right;
}

#cssmenu>ul>li>a {
  font-weight: 500;
  display: block;
  font-size: 17px;
  text-align: center;
  padding: 0px 15px;
  height: 50px;
  line-height: 50px;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

#cssmenu>ul>li:hover>a,
#cssmenu>ul>li.active>a {
  color: #ffffff;
}

#cssmenu>ul>li.has-sub>a::after {
  position: absolute;
  top: 21px;
  right: 5px;
  width: 4px;
  height: 4px;
  border-bottom: 2px solid #eeeeee;
  border-right: 2px solid #eeeeee;
  content: '';
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu>ul>li.sub78>a::after,
#cssmenu>ul>li.sub61>a::after {
  display: none;
}
#cssmenu>ul>li.sub61 ul,
#cssmenu>ul>li.sub78 ul {
  display: none;
}

#cssmenu>ul>li.has-sub:hover>a::after {
  border-color: #ffffff;
}

#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  z-index: 999;
  background: #ffffff;
  padding: 5px 0;
  /* box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.2); */
  border: 1px solid #dc3439;
  border-top: 0px;
}

#cssmenu ul {
  z-index: 999;
}

#cssmenu li:hover>ul {
  left: 0;
  width: 270px;
}

#cssmenu.align-right li:hover>ul {
  right: 0;
}

#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}

#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}

#cssmenu ul ul li {
  height: 0;
  -webkit-transition: height 0.2s ease;
  transition: height 0.2s ease;
}

#cssmenu ul li:hover>ul>li {
  height: 30px;
  width: 33.333%;
  float: left;
}

#cssmenu li.sub41:hover>ul,
#cssmenu li.sub46:hover>ul,
#cssmenu li.sub51:hover>ul,
#cssmenu li.sub56:hover>ul,
#cssmenu li.sub62:hover>ul {
  width: 180px;
}

#cssmenu ul li.sub41:hover>ul>li,
#cssmenu ul li.sub46:hover>ul>li,
#cssmenu ul li.sub51:hover>ul>li,
#cssmenu ul li.sub56:hover>ul>li,
#cssmenu ul li.sub62:hover>ul>li {
  height: 30px;
  width: 50%;
  float: left;
}

#cssmenu ul ul li a {
  text-align: center;
  height: 30px;
  line-height: 30px;
  width: 100%;
  font-size: 14px;
  text-decoration: none;
  color: #333333;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

#cssmenu ul ul li:hover>a,
#cssmenu ul ul li a:hover {
  color: #dc3439;
}

#cssmenu ul ul li.has-sub>a::after {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  content: '';
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}

#cssmenu.align-right ul ul li.has-sub>a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}

#cssmenu ul ul li.has-sub:hover>a::after {
  border-color: #ffffff;
}

.width-450 {
  width: 550px;
}

.width-550 {
  width: 512px;
  padding-left: 38px;
}

.bannerbox img {
  display: block;
  border-radius: 8px;
}

.dashed {
  border-bottom: 1px dashed #dddddd;
}

.tab-hd li {
  float: left;
  line-height: 40px;
  padding: 0px 10px;
  color: #666666;
  text-align: center;
  cursor: pointer;
}

.tab-hd li.active {
  color: #dc3439;
  border-bottom: 1px solid #dc3439;
}

.tab-bd div {
  display: none;
  border-top: 0 none;
  padding-top: 10px;
}

.tab-bd div.thisclass {
  display: list-item;
}

.zbtab {
  border-bottom: 1px solid #dddddd;
}

.zbtabbd ul li {
  height: 32px;
  line-height: 32px;
  overflow: hidden;
  font-size: 15px;
}

.zbtabbd ul li span {
  float: right;
  color: #888888;
}

.indextit {
  overflow: hidden;
}

.indextit h2 {
  border-bottom: 2px solid #dc3439;
  width: 200px;
  height: 50px;
  line-height: 50px;
  font-size: 26px;
}

/* .indextit h2 span{
  font-size: 34px;
  color: #c40e04;
} */

.indextit h2 img {
  float: left;
  padding-top: 10px;
  padding-right: 10px;
}

.indextit h2 span {
  float: left;
}

.indextit div {
  width: 900px;
  text-align: right;
  height: 50px;
  line-height: 50px;
  border-bottom: 2px solid #666666;
}

.indextit div a {
  text-decoration: none;
}

.tylist li {
  height: 32px;
  line-height: 32px;
  overflow: hidden;
}

.tylist li span {
  float: right;
  color: #888888;
  padding-left: 10px;
}

.tytab li {
  float: left;
  line-height: 32px;
  height: 32px;
  padding: 0px 19px;
  font-size: 15px;
  border-radius: 16px;
  margin-right: 5px;
  color: #333333;
  background-color: #f2f2f2;
  border: 0px;
}

.tytab li.active {
  float: left;
  font-size: 14px;
  line-height: 32px;
  height: 32px;
  padding: 0px 10px;
  margin-right: 10px;
  color: #ffffff;
  background-color: #dc3439;
  border: 0;
}

.tytab li.active a {
  color: #ffffff;
  font-size: 14px;
}

.width-240 {
  width: 240px;
}

.width-350 {
  width: 400px;
}

.kc_pic {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.kc_pic img {
  display: block;
}

.kc_pic p {
  position: absolute;
  bottom: 0px;
  left: 0;
  color: #ffffff;
  right: 0px;
  height: 28px;
  line-height: 28px;
  padding: 0 10px;
  background-color: rgba(0, 0, 0, 0.7);
  overflow: hidden;
  display: none;
}
.kc_pic:hover p {
  display: block;
}
.width-480 {
  width: 530px;
}

.gdks_kc {
  overflow: hidden;
}

.gdks_kc a {
  float: left;
  width: 230px;
  margin-top: 15px;
  margin-left: 5px;
  margin-right: 5px;
}

.gdks_kc a img {
  width: 230px;
}

.gdks_kc p {
  margin-top: 5px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  margin-left: 5px;
  margin-right: 5px;
}

.gdks_kc a:hover {
  color: #dc3439;
  text-decoration: none;
}

.picScroll-left {
  width: 1100px;
  height: auto;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.picScroll-left .hd .prev {
  display: block;
  float: left;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  left: -31px;
  z-index: 99;
  top: 50%;
  margin-top: -30px;
}

.picScroll-left .hd .next {
  display: block;
  float: right;
  margin-right: 5px;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  right: -37px;
  z-index: 99;
  top: 50%;
  margin-top: -30px;
}

.picScroll-left .bd {
  padding-top: 20px;
}

.picScroll-left .bd ul {
  overflow: hidden;
}

.picScroll-left .bd ul li {
  margin: 0 10px;
  width: 200px;
  float: left;
  display: inline;
  overflow: hidden;
  text-align: center;
}

.picScroll-left .bd ul li .pic {
  text-align: center;
}

.picScroll-left .bd ul li .pic img {
  display: block;
  width: 100%;
}

.picScroll-left .bd ul li .title {
  line-height: 50px;
}

.content {
  width: 800px;
}

.lmtit {
  height: 36px;
  border-bottom: 1px solid #eeeeee;
}

.lmtit h2 {
  font-size: 16px;
  font-weight: normal;
  color: #dc3439;
  border-bottom: 1px solid #dc3439;
  line-height: 36px;
  height: 36px;
  float: left;
}

.sonnav span {
  background-color: #ffffff;
  margin-right: 3px;
  display: block;
  float: left;
}

.sonnav span.thisclass {
  background-color: #eeeeee;
}

.sonnav span.thisclass a {
  color: #222222;
}

.sonnav span:hover {
  background-color: #eeeeee;
}

.sonnav span:hover a {
  color: #222222;
}

.sonnav span a {
  color: #555555;
  padding: 3px 6px;
  display: block;
  text-decoration: none;
}

.list-text li {
  height: 42px;
  line-height: 42px;
  border-bottom: 1px dashed #eeeeee;
  overflow: hidden;
  padding-left: 15px;
  background: url('/style/lbd.png') no-repeat center left;
}

.list-text li a {
  font-size: 15px;
}

.list-text li span {
  color: #999;
  float: right;
  font-size: 13px;
}

.list-text li em {
  font-style: normal;
  color: #dc3439;
  font-size: 15px;
}

.list-text li.hide {
  display: none;
}

.list-text .h a {
  color: #dc3439;
}

.pag {
  overflow: hidden;
  padding: 50px 0;
  text-align: center;
}

.pag li {
  display: inline-block;
}

.pag li a {
  display: block;
  color: #555555;
  font-size: 16px;
  padding: 5px 10px;
  border: 1px solid #dddddd;
}

.pag li.thisclass a {
  background-color: #dc3439;
  color: #ffffff;
  border: 1px solid #dc3439;
}

h1.tit {
  font-size: 20px;
  font-weight: bold;
  line-height: 38px;
  text-align: center;
  padding: 10px;
}

.a-info {
  text-align: center;
  color: #888888;
  font-size: 13px;
  margin-bottom: 15px;
  border-bottom: 1px dashed #dddddd;
}

.a-content {
  line-height: 30px;
}

.a-content table {
  width: 100% !important;
  border-collapse: collapse;
}
.a-content .list-paddingleft-2 li{
  list-style-type: initial;
  list-style: initial;
  margin-left: 20px;
  color: #c81d04;
}
.a-content table,
.a-content table th,
.a-content table td {
  border: 1px solid #e2e2e2!important;
  padding: 5px!important;
  text-indent: 0!important;
}
.a-content table tr.firstRow {
  border-top: 2px solid #d50000!important;
  background-color: #fff3f3!important;
}
.a-content table tr.firstRow p {
  color: #790000;
}
.a-content p {
  line-height: 30px;
  padding-bottom: 2px;
  font-size: 15px;
}
.a-content table p {
  padding-bottom: 0px;
  line-height: 22px!important;
  font-size: 14px!important;
}
.a-content p a {
  color: #c81d04;
  font-size: 15px;
}
.a-next-pre {
  padding: 15px 0;
}

.a-tjyd {
  margin: 15px 0;
  background-color: #f7f7f7;
  padding: 15px;
}

.a-tjyd ul {
  overflow: hidden;
}

.a-tjyd ul li {
  float: left;
  width: 370px;
  padding-left: 15px;
}

.articlebox {
  margin-bottom: 40px;
}

.zxkf {
  position: fixed;
  right: 0px;
  top: 20%;
}

.zxkfbox {
  width: 180px;
  background-color: #fafafa;
  border: 1px solid #d4d4d4;
  border-top: 3px solid #dc3439;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
}

.lt {
  float: left;
}

.rt {
  float: right;
}

.f-cb {
  zoom: 1;
}

.fn-clear:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ' ';
  clear: both;
  height: 0;
}

.fn-clear {
  zoom: 1;
}

.online_icon {
  overflow: hidden;
}

.online_icon a {
  display: block;
  width: 36px;
  height: 154px;
  background: url(/style/online_bg.png) no-repeat 0px 0;
  font-size: 16px;
  text-align: center;
  color: #000;
}

.online_windows {
  width: 144px;
}

.online_w_top {
  background: url(/style/online_bg.png) no-repeat -36px 0;
  height: 10px;
}

.online_w_c {
  background: url(/style/online_bg.png) repeat-y 0 -185px;
  padding: 0 5px;
}

.online_w_c img {
  display: block;
}

.online_w_bottom {
  background: url(/style/online_bg.png) repeat-y -36px -35px;
  height: 29px;
}

.online_content {
  background: url(/style/online_bg.png) no-repeat -147px -185px;
  padding-top: 11px;
  padding-left: 15px;
  padding-bottom: 10px;
}

.online_content .tel {
  margin-left: -15px;
}

.online_content ul.tel li {
  height: auto;
  padding-left: 10px;
  line-height: 18px;
  margin-bottom: 10px;
}

.online_content ul.tel p {
  font-size: 18px;
  color: #dc3439;
  font-weight: bold;
}

.online_content a.qq_icon {
  background: url(/style/online_bg.png) no-repeat -37px -130px;
  width: 121px;
  height: 25px;
  display: block;
  margin: 0 auto;
  text-indent: 30px;
  line-height: 23px;
  cursor: pointer;
}

.online_content a.qq_icon:hover {
  background-position: -159px -130px;
  color: #fff;
}

.online_bar h2 {
  background: url(/style/online_bg.png) repeat-x 0 -156px;
  height: 29px;
  line-height: 27px;
  font-size: 12px;
  color: #666;
  text-align: left;
}

.online_bar h2 a {
  display: block;
  padding-left: 14px;
  margin-left: 6px;
  cursor: pointer;
}

.expand h2 a {
  background: url(/style/online_bg.png) no-repeat -36px -69px;
}

.collapse h2 a {
  background: url(/style/online_bg.png) no-repeat -36px -96px;
}

.expand h2 a:hover,
.collapse h2 a:hover {
  text-decoration: none;
  color: #c81d04;
}

.online_content {
  text-align: center;
  border-bottom: 1px solid #d0d0d0;
}

.online_content ul li {
  height: 24px;
  line-height: 24px;
  margin-bottom: 4px;
}

.online_content ul li a:hover {
  color: #c81d04;
}

#online_qq_layer {
  position: fixed;
  right: 0px;
  top: 20%;
  z-index: 2220;
}

#online_qq_tab {
  float: left;
  margin-top: 50px;
}

#onlineService {
  float: left;
  margin-left: -4px;
}

#goto_top {
  background: url(/style/gototop.png) no-repeat 0 0;
  width: 48px;
  height: 41px;
  cursor: pointer;
  position: fixed;
  left: 50%;
  bottom: 50px;
  margin-left: 500px;
  display: none;
}

.tipsy {
  padding: 5px;
  font-size: 14px;
  position: absolute;
  z-index: 100000;
}

.tipsy-inner {
  padding: 5px 8px 4px 8px;
  background-color: black;
  color: white;
  max-width: 200px;
  text-align: center;
}

.tipsy-inner {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.tipsy-arrow {
  position: absolute;
  background: url('/style/tipsy.gif') no-repeat top left;
  width: 9px;
  height: 5px;
}

.tipsy-n .tipsy-arrow {
  top: 0;
  left: 50%;
  margin-left: -4px;
}

.tipsy-nw .tipsy-arrow {
  top: 0;
  left: 10px;
}

.tipsy-ne .tipsy-arrow {
  top: 0;
  right: 10px;
}

.tipsy-s .tipsy-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -4px;
  background-position: bottom left;
}

.tipsy-sw .tipsy-arrow {
  bottom: 0;
  left: 10px;
  background-position: bottom left;
}

.tipsy-se .tipsy-arrow {
  bottom: 0;
  right: 10px;
  background-position: bottom left;
}

.tipsy-e .tipsy-arrow {
  top: 50%;
  margin-top: -4px;
  right: 0;
  width: 5px;
  height: 9px;
  background-position: top right;
}

.tipsy-w .tipsy-arrow {
  top: 50%;
  margin-top: -4px;
  left: 0;
  width: 5px;
  height: 9px;
}

.content.width-full {
  width: 100%;
}

.list-zdms ul {
  padding-bottom: 50px;
  overflow: hidden;
}

.list-zdms h2 {
  font-size: 28px;
  height: 30px;
  padding: 50px 0 30px;
  line-height: 30px;
  text-align: center;
  font-weight: bold;
  color: #333333;
  width: 615px;
  margin: 0 auto;
}

.list-zdms h2 span {
  color: #dc3439;
}

.list-zdms h2 div {
  float: left;
  height: 30px;
  padding: 0px 0px;
  line-height: 30px;
}

.list-zdms h2 .o {
  height: 10px;
  width: 10px;
  display: block;
  margin-top: 8px;
  float: left;
  border: 2px solid #dc3439;
  border-radius: 50%;
}

.list-zdms h2 .l {
  height: 4px;
  width: 100px;
  margin-top: 13px;
  display: block;
  float: left;
  background-color: #dc3439;
}

.list-zdms li {
  border: 1px solid #dc3439;
  width: 281px;
  float: left;
  border-radius: 15px;
  margin: 25px 41px;
}

.list-zdms li a {
  border: 3px solid #dc3439;
  margin: 5px;
  display: block;
  border-radius: 15px;
  width: 265px;
}

.list-zdms li:hover {
  border: 1px solid #ff6a00;
}

.list-zdms li:hover a {
  border: 3px solid #ff6a00;
}

.list-zdms li img {
  width: 265px;
  display: block;
  border-radius: 12px;
}

.list-zdms li .pic {
  height: 265px;
  overflow: hidden;
}

.list-zdms li h3 {
  text-align: center;
  font-size: 16px;
  padding-top: 10px;
  color: #dc3439;
}

.list-zdms li p {
  line-height: 22px;
  font-size: 13px;
  padding: 12px;
  color: #666666;
}

.list-zdms li a {
  text-decoration: none;
}

.ck-slide {
  width: 512px;
  height: 288px;
  margin: 0 auto;
}

.ck-slide ul.ck-slide-wrapper {
  height: 288px;
}

.ck-slide ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.ck-slide {
  position: relative;
  overflow: hidden;
}

.ck-slide ul.ck-slide-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  margin: 0;
  padding: 0;
}

.ck-slide ul.ck-slide-wrapper li {
  position: absolute;
}

.ck-slide .ck-prev,
.ck-slide .ck-next {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 35px;
  height: 70px;
  margin-top: -35px;
  border-radius: 3px;
  opacity: 0.15;
  background: red;
  text-indent: -9999px;
  background-repeat: no-repeat;
  transition: opacity 0.2s linear 0s;
}

.ck-slide .ck-prev {
  left: 5px;
  background: url(arrow-left.png) #000 50% no-repeat;
}

.ck-slide .ck-next {
  right: 5px;
  background: url(arrow-right.png) #000 50% no-repeat;
}

.ck-slidebox {
  position: absolute;
  left: 50%;
  bottom: 10px;
  z-index: 30;
}

.ck-slidebox ul {
  height: 20px;
  padding: 0 4px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.5);
}

.ck-slidebox ul li {
  float: left;
  height: 12px;
  margin: 4px 4px;
}

.ck-slidebox ul li em {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: #fff;
  text-indent: -9999px;
  cursor: pointer;
}

.ck-slidebox ul li.current em {
  background-color: #fe6500;
}

.ck-slidebox ul li em:hover {
  background-color: #fe6500;
}

.ck-slide-wrapper p {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
  left: 50px;
  right: 50px;
  border-radius: 5px;
  padding: 0 15px;
  overflow: hidden;
  height: 70px;
  line-height: 70px;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  bottom: -80px;
  margin-bottom: -35px;
}

.ksrcap {
  background-color: #f6f6f6;
  margin-top: 20px;
  border-radius: 10px;
  padding: 10px 0 6px;
  border: 1px solid #f3efe3;
  min-height: 92px;
}

.ksrcap .tit p {
  font-size: 18px;
  color: #999999;
}

.ksrcap .tit {
  width: 100px;
  text-align: center;
  font-size: 13px;
  background: url(rl.png) no-repeat center top;
  padding-top: 50px;
  color: #d7741a;
  margin-top: 14px;
}

.ksrcap li {
  line-height: 32px;
  font-size: 14px;
  color: #777777;
  border-bottom: 1px dashed #dadada;
  height: 31px;
  overflow: hidden;
  width: 370px;
  padding: 0px 10px;
}

.ksrcap li:last-child {
  border: 0;
}

.ksrl_r {
  width: 390px;
}

.top .fr a {
  background: url(icon.png) no-repeat 0px -30px;
  height: 40px;
  cursor: pointer;
  display: inline-block;
  padding-left: 25px;
  margin-left: 15px;
  text-decoration: none;
  position: relative;
}

.top .fr a.icon-wx img {
  display: none;
}

.top .fr a.icon-wx:hover img {
  display: block;
  position: absolute;
  top: 41px;
  left: 0px;
}

.top .fr a.icon-wb {
  background-position: 0 -112px;
  padding-left: 22px;
}
.top .fr a.icon-tt {
  background-position: 0 -199px;
  padding-left: 22px;
}

.top .fr a.icon-tt img {
  display: none;
}
.top .fr a.icon-tt:hover img {
  display: block;
  position: absolute;
  top: 41px;
  left: 0px;
}

.top .fr a.icon-app {
  background-position: 0 -71px;
  padding-left: 16px;
}

.top .fr a.icon-wb img {
  display: none;
}

.top .fr a.icon-wb:hover img {
  display: block;
  position: absolute;
  top: 41px;
  left: 0px;
}

.top .fr a.icon-app img {
  display: none;
}

.top .fr a.icon-app:hover img {
  display: block;
  position: absolute;
  top: 41px;
  left: 0px;
}


.top .fr a.icon-kf {
  background-position: 0 -155px;
  padding-left: 19px;
}

.list-pic ul {
  overflow: hidden;
}

.list-pic ul li {
  overflow: hidden;
  padding: 15px 0;
  border-bottom: 1px dashed #e2e2e2;
}

.list-pic ul li a {
  overflow: hidden;
  display: block;
  padding: 15px;
  text-decoration: none;
  position: relative;
}

.list-pic ul li img {
  display: block;
  width: 240px;
  height: 146px;
  float: left;
  opacity: 0.8;
}

.list-pic ul li div {
  padding-left: 270px;
}

.list-pic li.hide {
  display: none;
}

.list-pic ul li h3 {
  font-size: 22px;
  line-height: 28px;
  padding-bottom: 10px;
  color: #333333;
}

.list-pic ul li p {
  color: #666666;
  height: 50px;
  line-height: 25px;
  overflow: hidden;
  margin-bottom: 6px;
}

.list-pic ul li span {
  color: #888888;
  position: absolute;
  bottom: 15px;
}

.list-pic ul li a:hover {
  background-color: #f5f5f5;
}

.list-pic ul li a:hover h3 {
  color: #dc3439;
}

.list-pic ul li a:hover img {
  opacity: 1;
}

.list-book {
  overflow: hidden;
}

.list-book li.hide {
  display: none;
}

.list-book li {
  float: left;
  width: 33.3333333%
}

.list-book li a {
  width: 160px;
  padding: 15px 35px;
  border: 1px solid #ffffff;
  display: block;
  text-decoration: none;
}

.list-book li h3 {
  text-align: center;
  font-size: 14px;
  overflow: hidden;
  height: 32px;
  margin-top: 10px;
  line-height: 32px;
}

.list-book li img {
  display: block;
  width: 100%;
}

.list-book ul li a:hover {
  border: 1px solid #dddddd;
}

.list-book ul li a:hover h3 {
  color: #dc3439;
}

.index-lnzt-tit {
  height: 30px;
  line-height: 30px;
  margin-top: 10px;
  background-color: #ffffff;
  border-bottom: 1px solid #dddddd;
}
.index-lnzt-list {
  overflow: hidden;
}
.index-lnzt-list span,
.index-lnzt-list a {
  display: block;
  float: left;
  width: 63px;
  font-size: 12px;
  text-align: center;
  margin: 7px 1px 0px 0;
  background: #ebeaea;
  padding: 3px 0;
  color: #666;
}

.index-lnzt-list span {
  background: #ffe7e7;
  color: #dc3439;
}

.index-lnzt-list a:hover {
  color: #dc3439;
}

.search-form input {
  width: 200px;
  height: 30px;
  border: solid 1px #ccc;
  border-right: none;
  float: left;
  padding-left: 7px;
  color: #999;
  line-height: 30px;
  outline: none;
}

.search-form button {
  outline: none;
  width: 50px;
  height: 32px;
  border: none;
  background: #dc3439 url('ss.png') no-repeat center center;
  cursor: pointer;
  float: left;
}
.main01 h2.dashed {
  height: 30px;
  line-height: 24px;
  overflow: hidden;
}
.main01 p {
  height: 25px;
  overflow: hidden;
  line-height: 25px;
}


.aboutbanner {
  height: 510px;
  background: #ffffff url('/style/aboutbanner.jpg') center center;
}
.about-text {
  position: relative;
  margin-top: -100px;
  background: #ffffff;
  padding: 50px 80px 50px;
  box-shadow: 0px 0px 50px #00000024;
  width: 940px;
  margin-bottom: 50px;
}
.about-text p {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  margin-top: 5px;
  text-indent: 2em;
}
.about h3 {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 4px;
  border-bottom: 3px solid #d50000;
  padding-bottom: 20px;
  height: 46px;
  line-height: 46px;
  width: 200px;
  margin: 0 auto 30px;
}
.appbg {
  background: #ffffff;
  padding: 50px 0px 50px;
  overflow: hidden;
}
.appbg .appdown { text-align: center;}
.appbg .appdown img{
  width: 100px;
  height: 100px;
}
.appbg .appdown p {
  font-size: 12px;
  color: #666666;
  margin-top: 2px;
}
.appts {
  overflow: hidden;
}
.appts li{
  padding: 30px;
  float: left;
  width: 260px;
  background-color: #ffffff;
  margin: 30px;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.08);
}
.appts li.li1 {
  margin-left: 10px;
}
.appts li.li2 {
  margin-right: 10px;
}
.appts li img {
  display: block;
  margin: 0 auto;
}
.appts li h4{
  font-size: 20px;
  text-align: center;
  margin: 16px 0;
}
.appbg .clear-box{
  margin: 0px 50px;
}
.appbg .fl{
  font-size: 16px;
  width: 500px;
  margin: 80px 20px 50px;
  line-height: 36px;
}
.appbg .fr {
  width: 400px;
}
.appbg .fr img{
  width: 100%;
}